home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / shapes / spiney.frm < prev    next >
Text File  |  1993-06-04  |  273b  |  10 lines

  1. // yaccdebug on
  2. // yydebug on
  3. plg scale = 10.0;
  4. part1 = sphere stack 10 bend 60 grow 1.5;
  5. spine = box <1.0 , 1.0 , 1.0> stack 5 grow 0.2 twist 45 , 0.5;
  6. bit1 = sphere , sphere , [ spine ] stack 15;
  7. head = box <0.1 , 0.2, 0.1> fan 21 , 180;
  8. part1 , bit1, head;
  9. end
  10.